var net.protocols

6 uses

	net (current package)
		lookup.go#L25: var protocols = map[string]int{
		lookup.go#L70: 	proto, found := protocols[string(lowerProtocol[:n])]
		lookup_unix.go#L37: 			if _, ok := protocols[f[0]]; !ok {
		lookup_unix.go#L38: 				protocols[f[0]] = proto
		lookup_unix.go#L41: 				if _, ok := protocols[alias]; !ok {
		lookup_unix.go#L42: 					protocols[alias] = proto